RNN in TensorFlow

RNN approach to understand sentences

We have already figured out ways of word2vec, LDA, and LSA to analyze words, sentences, documents. But, obviously ,those are not enough for us the understand specific sentence. We’d like to embed a sentence and then we’ll be able to do a bunch of exciting stuffs. [Read More]

How does LSA classify documents?

Simplest NLP technique

Image you have a bunch of documents that you’d like to classify based on their topics. The intuitive idea is to pick up keywords of each document, then cluster them into different categories. While you can’t pick them up manually, but you could represent each documents using a matrix. The... [Read More]